home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / mxcode / ariawave / wave.h < prev   
C/C++ Source or Header  |  1994-11-06  |  170b  |  11 lines

  1. /* WAVE.H v0.01 */
  2.  
  3. #ifndef _WAVE_H_
  4. #define _WAVE_H_
  5.  
  6. extern volatile unsigned int aria_samplesize;
  7.  
  8. unsigned short *get_wav_data(unsigned *format, char *Name);
  9.  
  10. #endif
  11.